home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-30 | 721 b | 14 lines | [TEXT/MMCC] |
- void SetupTheMainWindow(WindowPtr theWindow);
- void ShutDownTheMainWindow(void);
- void OpenTheMainWindow(WindowPtr theWindow);
- void IdleInMainWindow(WindowPtr theWindow, Point mouseLoc);
- void KeyPressedInMainWindow(WindowPtr theWindow, unsigned char theChar);
- void MouseClickedInMainWindow(WindowPtr theWindow, Point thePoint);
- Boolean CloseTheMainWindow(WindowPtr theWindow);
- void DisposeTheMainWindow(WindowPtr theWindow);
- void ActivateTheMainWindow(WindowPtr theWindow);
- void DeactivateTheMainWindow(WindowPtr theWindow);
- void CopybitsTheMainWindow(WindowPtr theWindow, WindowPtr offscreenWindowPtr);
- void ResizeControlsInMainWindow(WindowPtr theWindow);
- void GetGrowSizeMainWindow(WindowPtr theWindow, Rect *sizeRect);
-